Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-45307: Drop external polyfill library support #74

Merged
merged 9 commits into from
Nov 19, 2024

Conversation

norareidy
Copy link
Collaborator

@norareidy norareidy commented Nov 13, 2024

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-45307
Staging -
https://deploy-preview-74--docs-cpp.netlify.app/whats-new/
https://deploy-preview-74--docs-cpp.netlify.app/get-started/download-and-install/
https://deploy-preview-74--docs-cpp.netlify.app/

Self-Review Checklist

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?

Copy link

netlify bot commented Nov 13, 2024

Deploy Preview for docs-cpp ready!

Name Link
🔨 Latest commit cadd67a
🔍 Latest deploy log https://app.netlify.com/sites/docs-cpp/deploys/673d0f8b66999300088474bd
😎 Deploy Preview https://deploy-preview-74--docs-cpp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@jordan-smith721 jordan-smith721 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These change LGTM. Should the breaking changes be added to the upgrade page in this PR too? Or will that be done in a separate ticket? Happy to review again if added here

source/upgrade.txt Outdated Show resolved Hide resolved
@norareidy norareidy requested a review from kevinAlbs November 14, 2024 19:24
@kevinAlbs kevinAlbs requested review from eramongodb and removed request for kevinAlbs November 14, 2024 20:14
source/whats-new.txt Outdated Show resolved Hide resolved
source/whats-new.txt Show resolved Hide resolved
source/polyfill-selection.txt Show resolved Hide resolved
source/polyfill-selection.txt Show resolved Hide resolved
source/get-started/download-and-install.txt Outdated Show resolved Hide resolved
source/get-started/download-and-install.txt Show resolved Hide resolved
@norareidy norareidy requested a review from eramongodb November 15, 2024 18:59
source/index.txt Outdated Show resolved Hide resolved
@norareidy norareidy requested a review from eramongodb November 19, 2024 18:54
source/index.txt Outdated Show resolved Hide resolved
source/index.txt Outdated Show resolved Hide resolved
source/get-started/download-and-install.txt Outdated Show resolved Hide resolved
source/whats-new.txt Show resolved Hide resolved
source/get-started/download-and-install.txt Show resolved Hide resolved
@norareidy norareidy requested a review from eramongodb November 19, 2024 21:29
Copy link
Collaborator

@eramongodb eramongodb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestions remaining; otherwise, LGTM.

source/index.txt Outdated

.. important::

We recommend using the C++17 standard library whenever possible by setting the
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
We recommend using the C++17 standard library whenever possible by setting the
We recommend using the C++ standard library whenever possible by setting the

Not specific to C++17; we just want users to use the C++ standard library instead of bsoncxx polyfills when able.

source/index.txt Outdated
@@ -37,6 +36,30 @@ Overview

Welcome to the documentation site for the official {+driver-long+}.

.. _cpp-polyfill-config:

C++17 Polyfill Configuration
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest moving this section down below near "Compatibility" and "API Documentation"; it seems too high up at the moment (coming before even the "Get Started" section).

@norareidy norareidy merged commit e65802a into mongodb:master Nov 19, 2024
4 of 5 checks passed
@norareidy norareidy deleted the DOCSP-45307-ext-polyfill branch November 19, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants